Milestones
Screenshots / Videos
Contributions
Changes
- Implement feature to delete boundary preset by the user.
- Implement feature to modify boundary preset by the user.
- Make initial UI for updation and deletion.
Issues
Pull Requests
Commits
Learnings
- Brushed up geometry to create algorithm for boundary calculation, specially properites of triangles.
- Learnt how to use the network tab in browser to debug API calls.
- Learnt about various ways to implement flex in tailwind css such as
flex-1
and flex-inline
etc. - Learnt how the dispatch function works in React-Redux and how to use it to update state.